home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 029a / stage.zip / READ.ME < prev    next >
Text File  |  1991-05-14  |  5KB  |  149 lines

  1. ╒═══════════════════════════════════════════════════════════════╕
  2. │ STAGE 1.01 (demo)                                             │
  3. │ Copyright (c) Luis Castro 1989-91.                            │
  4. │ STAGE is a trademark of Software Tools Development Corp.      │
  5. ╘═══════════════════════════════════════════════════════════════╛
  6.  
  7. STAGE is the most powerful Screen Design Tool and Application
  8. Generator available for X-Base. It blows away UI2, Genifer,
  9. FoxView, dGEN, and all the rest. The current version supports:
  10.  
  11.      o  Clipper, Summer '87
  12.      o  Clipper 5.0
  13.      o  FoxPro, version 1.02
  14.  
  15.  
  16. INSTALLATION
  17. ============
  18. 1. Copy all the files on the demo floppy disk to an empty
  19.    sub-directory on your hard disk and type:
  20.  
  21.         UNDO
  22.  
  23. 2. To install STAGE, type:
  24.  
  25.         INSTALL
  26.  
  27. 3. To run STAGE, type:
  28.  
  29.         STAGE
  30.  
  31.  
  32. FEATURES
  33. ========
  34. A brief summary of the features available in STAGE are listed below:
  35.  
  36. SCREEN PAINTER
  37. --------------
  38.  1. Application simulation. You can link STAGE fields, windows,
  39.     pages, and tables in various arrangements to allow the
  40.     application to be simulated or prototyped.
  41.  
  42.  2. String editor. Custom code can be inserted in string
  43.     attributes and embedded in the application at generation time.
  44.     The insertions are made by use of the STAGE full-screen
  45.     editor, and can be as large as 64K per string. These
  46.     insertions are made in strategic places in the STAGE table.
  47.  
  48.  3. Virtual screen (255x255).
  49.  4. Multiple pages (255).
  50.  5. Window and box objects.
  51.  6. Color support.
  52.  7. Form, Table, File, and Shell Views.
  53.  
  54. APPLICATION GENERATOR
  55. ---------------------
  56.  1. APPLICATION BUILDING BLOCKS. The most common database
  57.     operations, such as ADD, EDIT, DEL, SEEK, etc., are part
  58.     of a set of library primitives or code segments. These code
  59.     segments can be assigned to menu options in any mix-and-match
  60.     arrangement. This allows very custom screens to be designed
  61.     with a minimum of effort. Simply declare menu item objects
  62.     inside a MENU window and give them formula names, such as ADD,
  63.     EDIT, DEL, etc.
  64.  
  65.  2. Pull-down menus
  66.  3. Pick-list windows
  67.  4. Multi-file RELATIONAL support
  68.  5. Table/Screen documentation
  69.  6. Multi-user support
  70.  7. Browse windows
  71.  8. LIST windows
  72.  9. SHOW windows
  73. 10. MEMO windows
  74. 11. Explode/Implode/Shadow windows
  75. 12. Error trapping
  76. 13. Sound effects
  77. 14. Expression builder
  78. 15. Variable cross-reference
  79. 16. "DO prgfile" tree structure
  80. 17. OVERLAY .LNK file builder
  81. 18. Built-in MAKE and MAKEFILE generator
  82. 19. R&R (Relational Report Writer) support
  83. 20. Data-dictionary report.
  84.  
  85. TEMPLATE LANGUAGE
  86. -----------------
  87.  1. INCLUDE file support
  88.  2. LIBRARY support (pre-compiled)
  89.  3. Read/write/process TEXT files
  90.  4. 2048 User-defined functions (UDF's)
  91.  5. 60 Field attributes
  92.  6. 34 Datafile/index/relation attributes
  93.  7. 32 INPUT/OUTPUT/SYSTEM functions
  94.  8. 26 String functions
  95.  9. 16 Datafiles per form
  96. 10. 16 Indexes per datafile
  97. 11. 16 Relations per datafile
  98. 12. 8 Array support: achoice,acopy,adel,etc.
  99.  
  100.  
  101. STAGE "AM" template
  102. ===================
  103. The STAGE screen painter is supplied with a template system
  104. designed to generate complete, custom applications with the use
  105. of STAGE tables. This template system is called "AM" for
  106. "Application Modules." To run the template system on a STAGE
  107. table, use the BATCH file AM.BAT, and from DOS type:
  108.  
  109.      AM <table>              && to generate application
  110.  
  111. For example, if the saved STAGE table filename is NAMES.SW, you
  112. would enter the following:
  113.  
  114.      AM NAMES
  115.  
  116. Then, to compile or run the generated application, you would
  117. run the batch file, START.BAT.
  118.  
  119.  
  120. ORDER ENTRY SYSTEM
  121. ==================
  122. A sample ORDER ENTRY application is also included in this demo.
  123. To view these tables, simply type:
  124.  
  125.      STAGE oemenu           && view the OEMENU.SW table
  126.  
  127. To navigate to the lower-level tables, in Forms View move the
  128. cursor to the appropriate menu or submenu item, and press Alt-F2.
  129. To navigate back to the previous table, press Alt-F1. To generate
  130. the application, type:
  131.  
  132.       AM oemenu             && to generate application
  133.  
  134.  
  135. TO ORDER
  136. ========
  137. STAGE retails for $395.00. We accept Visa/Mastercard/Checks (NO
  138. purchase orders). On foreign orders, please add $40.00 for
  139. shipping/handling. To order, or for further information on STAGE,
  140. call or write to:
  141.  
  142. Software Tools
  143. P.O. Box 7099
  144. Northridge, CA  91327
  145. U.S.A.
  146.  
  147. Phone: (818) 885-0318
  148.  
  149.